projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218fa67
)
Move destroy_foreign comment
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 11 Dec 2010 02:55:41 +0000
(21:55 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:57 +0000
(12:06 -0500)
gdk/gdkwindowimpl.h
patch
|
blob
|
history
diff --git
a/gdk/gdkwindowimpl.h
b/gdk/gdkwindowimpl.h
index 35aad9231df27ca30da3a6896a020b23e8bbb63c..00ecedd81fba88250e388dff6925e0c4a94e16c0 100644
(file)
--- a/
gdk/gdkwindowimpl.h
+++ b/
gdk/gdkwindowimpl.h
@@
-153,6
+153,12
@@
struct _GdkWindowImplClass
gboolean recursing,
gboolean foreign_destroy);
+
+ /* Called when gdk_window_destroy() is called on a foreign window
+ * or an ancestor of the foreign window. It should generally reparent
+ * the window out of it's current heirarchy, hide it, and then
+ * send a message to the owner requesting that the window be destroyed.
+ */
void (*destroy_foreign) (GdkWindow *window);
cairo_surface_t * (* resize_cairo_surface) (GdkWindow *window,